home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 004a / grammar2.zip / INSTALL1.BAT < prev    next >
DOS Batch File  |  1990-05-08  |  2KB  |  43 lines

  1. echo off
  2. REM  INSTALL1.BAT FOR CG 2.1 (May 1990)
  3. cls
  4. echo Current drive and directory:
  5. cd
  6. echo  ╔═══════════════════════════════════════════════════════════════════════╗
  7. echo  ║                                                                       ║
  8. echo  ║                    WELCOME TO CORRECT GRAMMAR                         ║
  9. :AGAIN1                                                                       ║
  10. echo  ║                                                                       ║
  11. echo  ║                                                                       ║
  12. echo  ║     This installation procedure will install Correct Grammar in       ║
  13. echo  ║     the current hard drive and directory.  Is this what you           ║
  14. echo  ║     want to do? (Y/N)                                                 ║
  15. echo  ║                                                                       ║
  16. echo  ║     If this is not what you want, type N.  Restart the installation   ║
  17. echo  ║     from the drive and subdirectory where you want Correct Grammar    ║
  18. echo  ║     installed.  (For example:  C:\WP50 or C:\WORD5)                   ║
  19. echo  ║                                                                       ║
  20. echo  ║                      Lifetree Software Inc.                           ║
  21. echo  ║                                                                       ║
  22. echo  ╚═══════════════════════════════════════════════════════════════════════╝
  23. %1LOCATE 09,25
  24. %1GETYNCG
  25. :GETANS
  26. IF ERRORLEVEL 3 GOTO AGAIN
  27. IF ERRORLEVEL 2 GOTO QUIT
  28. ECHO Y
  29. :INSCUR
  30. %1PKXARC -r %1CG1 CLS.BAT >nul
  31. INSTALL2 %1 
  32. :AGAIN
  33. cls
  34. %1LOCATE 00,00
  35. echo  ╔═══════════════════════════════════════════════════════════════════════╗
  36. echo  ║                                                                       ║
  37. echo  ║     Sorry, that is not a valid selection.                             ║
  38. goto AGAIN1
  39. :QUIT
  40. echo N
  41. %1LOCATE 22,00
  42.  
  43.